home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / tactics_core.swf / scripts / DefineButton2_695 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-03-20  |  133 b   |  7 lines

  1. on(release){
  2.    var s = new Sound(this);
  3.    s.attachSound("Beep1");
  4.    s.start();
  5.    _parent._parent._parent.cancelaction();
  6. }
  7.